home *** CD-ROM | disk | FTP | other *** search
- ###############################################################################
- # Screen Profile
- # This configuration profile is intended to roughly approximate graphical
- # desktop within 'screen'; inspired by the Ubuntu Gnome Desktop.
- #
- # Copyright (C) 2008 Canonical Ltd.
- #
- # Authors: Dustin Kirkland <kirkland@canonical.com>
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, version 3 of the License.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
- ###############################################################################
-
- source /usr/share/screen-profiles/profiles/common
-
- # Window tabs, second to last line
- caption always "%{kW}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%? %= %{= Wk}%110`%109`%111`"
-
- # Status string, last line
- hardstatus string '%99`%{= Wk} %100`%112`%= %102`%101`%114`%115`%108`%113`%119`%117`%118`%116`%106`%104`%103`%105`%107`%Y-%m-%d %0c:%s'
-
- # NOTE: Older version of screen have an arbitrary limit of only being able
- # to change colors 16 times in this 'hardstatus string'.
- # Ubuntu (fixed in Jaunty):
- # * https://bugs.launchpad.net/bugs/315871
- # Upstream:
- # * http://savannah.gnu.org/bugs/?22146
-
- # Allow local overrides in $HOME/.screenrc
- source $HOME/.screenrc
-